home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1306 / ptw32.zip / KEYS.PSL < prev    next >
Text File  |  1997-01-29  |  500b  |  22 lines

  1. #
  2. # Keys mapping definitions samples.
  3. #
  4.  
  5. # Maximizes the emulation window.
  6. # key ctrl+alt+x do {window maximize}
  7.  
  8. # Restores the emulation window.
  9. # key ctrl+alt+r do {window restore}
  10.  
  11. # Executes the NOTEPAD.EXE program.
  12. # key ctrl+alt+n do {exec notepad.exe}
  13.  
  14. # Executes another PowerTerm instance with telnet connection to host A.
  15. # key ctrl+alt+a do {exec "ptw32.exe telnet.psl a"}
  16.  
  17. # Maps F1 to hold screen.
  18. # key f1 send hold
  19.  
  20. # Maps F2 to print screen.
  21. # key f2 send print
  22.